home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / exams / vewd / readme.ve < prev    next >
Text File  |  1995-04-07  |  6KB  |  122 lines

  1. Hardware/Software Requirements
  2. At a minimum, the program requires:
  3.      IBM PC-XT, PC-AT, or clone, with an Intel 8086, 8088, 8086,
  4.        286, 386, or 486 processor.  A numeric coprocessor is not needed.
  5.      640 KB of memory, preferably 1 MB or more.
  6.      A Hard Drive and a floppy drive.
  7.      MS-DOS, or IBM-DOS, Version 3.3 or later. Actually, it might
  8.        run on earlier versions. Its just never been tested.
  9. A  hard  drive  is  a must, and the faster the  better.   A  fast
  10. computer  won't hurt either.  This program will run on  a  floppy
  11. based  system,  but the point is to speed up your exam  sessions,
  12. not  make them take forever.  The reason for this is that program
  13. does  not keep things in memory.  Everything is written to  disk,
  14. and everything is read from it.  Except for the time between when
  15. you  first  enter  something, and the time you complete  whatever
  16. screen  you  are  on,  you can't lose information  from  a  power
  17. failure.
  18.  
  19.  
  20.  
  21. Installation
  22. Installation is fairly simple.
  23.      1)   Insert the installation floppy into your disk drive.
  24.      2)   Type "A:" or "B:" depending on which floppy drive you use,
  25.           followed by a return,
  26.      3)   Type "VEWDINST <sdrive> <ddrive> <pathname>" followed by a
  27.       return, where <sdrive> is the drive letter of the installation
  28.       floppy, <ddrive> is the drive letter of the hard disk,
  29.       <pathname> is directory on the hard drive where you want the
  30.       program to be stored.  Include the colons after the two drive
  31.       letters.
  32.      4)   Edit your CONFIG.SYS file and make sure the line "FILES = x",
  33.       is at least 40.
  34. VEWD uses many open files, about 32.  If you are running VEWD in
  35. a DOS window under Microsoft Windows the value may need to be
  36. even higher.
  37. For  example, "VEWDINST A: C: \VEWD" will install into  the  VEWD
  38. directory on hard drive C from floppy drive A.
  39.  
  40. To  start VEWD, change to the VEWD directory and type VEWD at the
  41. DOS prompt.  VEWD supports the command line options:
  42.  
  43. Option  Description
  44. /B=NO   Inhibits the beep on errors
  45. /V=n    Sets the screen saver to n minutes. Zero disables the option.
  46. /L      Disables setting of keyboard locks.
  47. /E      Specifies that an enhanced keyboard is being used.
  48.                                 
  49. Although VEWD fits entirely in the lower 640 KB of DOS memory, it
  50. is  somewhat of a memory hog.  If you run with many Terminate and
  51. Stay Resident (TSR) programs, you may find yourself running short
  52. of  memory.  At bottom right corner of the screen, below the date
  53. and  time,  is the number of bytes of free memory remaining.   If
  54. there  is  less than 32000 bytes free at the top level menu,  you
  55. need  to  make  more room.  Each pop-up menu or form  causes  the
  56. portion  of  the  screen that it covers to  be  saved  for  later
  57. restoration.  By default this is in the low 640 KB  memory.   You
  58. can  specify five alternate locations by including Virtual Memory
  59. environment  variables in your AUTOEXEC.BAT file.  Each  variable
  60. is of the form:
  61.                     SET CLAVMx=path,size[,ram-indicator]
  62. Where,
  63.      x is 0 to 4.  A value of 0 indicates the first used virtual
  64.         memory region, 4 indicates the last used.  Once all the storage
  65.         is used in the 1st region, the second it used, and so on.
  66.     path is the drive and directory of the RAM drive or hard
  67.     disk area, or the word MEMORY to indicate conventional (low 640KB)
  68.      Size is the number of KB available.
  69.      Ram-indicator is M for a RAM Drive, blank otherwise.
  70. For example, the line:
  71.           SET CLAVM0=D:\,1024,M
  72. defines the first virtual memory region as the root directory  of
  73. a 1 megabyte RAM disk.  Another example is the line:
  74.           SET CLAVM1=C:\TEMP,768
  75. specifies  the second virtual memory region as a 768 KB  area  in
  76. the TEMP subdirectory of drive C.
  77. If  you  have  the  memory,  setting up  a  RAM  disk  is  highly
  78. recommended.  The  RAM disk should be at  least  64  KB  in  size
  79. (preferably 128 KB).  To create a RAM disk you need to include  a
  80. line in your CONFIG.SYS file similar to:
  81.           DEVICE=C:\DOS\RAMDRIVE.SYS 1024 128 /E
  82. This defines a 1024 KB RAM disk using extended memory.
  83.  
  84. The  install  process created a complete set of startup  database
  85. files.   The VECLIST and ELEMSTAT files are pre-initialized  with
  86. fixed  data  and never change.  The DEFAULTS file is  initialized
  87. with  a  sample record that should be modified for the particular
  88. VE   team(s).   The  remaining  files  are  empty.     The   file
  89. EMPTYDB.ZIP is an archive containing these startup files.  If  it
  90. is  ever  desired to return to a fresh state, simply extract  the
  91. files from this archive.
  92. To  prevent  the  loss  of valuable session  information,  it  is
  93. important that you make backup copies of all the data files.  The
  94. minimum  set  of files to backup are those with the DAT  and  MEM
  95. extensions.   VEWD will regenerate the key files  at  startup  if
  96. they  do  not exist.  However,  if incorrect key files are  used,
  97. the   database  files  may  become  corrupted  beyond   recovery.
  98. Therefore you should backup the DAT, MEM and Knn files to  insure
  99. a  complete  database.  If  you customize or create  any  printer
  100. control  files (.DEV files) you should also make save  copies  of
  101. those.
  102. A  reasonable  method  of  archiving the  database  files  is  to
  103. compress  them into a single zip file.  The archive can be  named
  104. in  form  YYMMDDx.   YYMMDD is the reference date of the archive.
  105. This  is  usually the date of a session.  The x  is  one  of  the
  106. following:
  107. Letter               Description
  108. O     Original.  This is the archive made at the end of the session.
  109. U     Updated.  This is the archive made after post processing the session, 
  110.     making any corrections, adding candidate phone numbers but before 
  111.     merging the session candidate data into the global database.  This
  112.     is normally done by the VE preparing the paperwork for the VEC
  113. blank This is the archive made immediately after merging a session into the
  114.     global database.
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.